home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / FrameEx1a.wo / FrameEx1a.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  316 b   |  10 lines

  1. // Navigation bar at top of page
  2. NAVLISTEXAMPLE: NavListExample {target="_parent"}; 
  3.  
  4. // The example
  5. LINK: WOHyperlink {action = updateSecondFrame; string="Update frame 2"; target="Frame2";};
  6.  
  7. // The component that lets you view the source code of the example
  8. SHOWSOURCE: CodeViewer {componentName = "FrameEx1a"}; 
  9.  
  10.